The H5T_ENUM_CREATE function creates an enumeration datatype object.
Note: Name/value pairs must be assigned to the datatype before it is used to create a dataset. The dataset stores the state of the datatype at the time the dataset is created; additional changes to the datatype will not be reflected in the dataset.
Result = H5T_ENUM_CREATE()
Returns a long integer containing the identifier of the new enumeration datatype.
Note: Datatype identifiers created by this function should be released with H5T_CLOSE.
None
None
6.3 |
Introduced |